var testing.count
5 uses
testing (current package)
benchmark.go#L737: for j := uint(0); j < *count; j++ {
fuzz.go#L490: for i := uint(0); i < *count; i++ {
testing.go#L461: count = flag.Uint("test.count", 1, "run tests and benchmarks `n` times")
testing.go#L493: count *uint
testing.go#L2449: for i := uint(0); i < *count; i++ {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)